Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

354
Views
No se puede encontrar el módulo "react-slick"

Estoy tratando de usar react-slick dentro de mi proyecto React. Cuando trato de importarlo

 import Slider from 'react-slick';

me sale este error

 Cannot find module "react-slick"

Alguien más tiene este problema ?

https://github.com/akiran/react-slick Instalación

 npm install react-slick

También instale slick-carousel para css y fuente

 npm install slick-carousel

Reaccionar V "reaccionar@^15.4.1"

Resultados de la instalación de NPM

 npm install react-slick --save (node:14297) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. fb-lite@1.1.0 ..blal └─┬ react-slick@0.14.5 ├─┬ json2mq@0.2.0 │ └── string-convert@0.2.1 ├─┬ react-responsive-mixin@0.4.0 │ ├── can-use-dom@0.1.0 │ └── enquire.js@2.1.1 └─┬ slick-carousel@1.6.0 └── jquery@3.1.1 npm install slick-carousel --save (node:14298) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. fb-lite@1.1.0 ..blal └── slick-carousel@1.6.0
over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

Dentro de su archivo de componente de reacción: importe el control deslizante desde 'react-slick';

En la versión de verificación de package.json: "react-slick": "^ 0.15.4"

Esto es trabajo para mí.

over 4 years ago · Santiago Trujillo Report

0

Me he enfrentado al mismo problema. Ejecute el siguiente comando: -

 yarn remove react-slick // If you installed through yarn or npm uninstall react-slick // If you installed through npm then run:- npm install react-slick --save
over 4 years ago · Santiago Trujillo Report

0

Desinstale e instale react-slick nuevamente. Si eso no funciona, verifique los módulos en el archivo package.json:

 "dependencies": { "react-router-dom": "^5.2.0", "react-scripts": "^4.0.3", "react-slick": "^0.28.1", "react-twitter-embed": "^3.0.3", "reactjs-popup": "^2.0.5", "slick-carousel": "^1.8.1" }
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!